home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_c / cuj0696.zip / DWYER.ZIP / READ.ME < prev   
Text File  |  1996-04-08  |  865b  |  39 lines

  1. This archive consists of 14 directories:
  2.  
  3.    colision.tst
  4.    coupon.tst
  5.    freq.tst
  6.    gap.tst
  7.    incl
  8.    lib
  9.    maxoft.tst
  10.    permute.tst
  11.    poker.tst
  12.    qfloat
  13.    run.tst
  14.    serial.tst
  15.    serlcorl.tst
  16.    spectral.tst
  17.  
  18. To make all processors the first time say
  19.  
  20.      nmake bld_all
  21.  
  22. There is a problem in the makefile for the assembler routines in
  23. the qfloat directory.  These routines are required for the fastest
  24. 100-digit arithmetic library, qfloatf.lib.  The entry at issue in
  25. the makefile for this directory is
  26.  
  27. .asm.obj:
  28.     set path=c:\;c:\dos;d:\c700\bin;d:\masm61\bin
  29.     ml /I. /Zm /c /Cx /Ta $<
  30.  
  31. As you can see, assembler interface process ml.exe is used.  The path
  32. is set so that it works for me.  You will have to modify it to suit
  33. your own needs.
  34.  
  35. Feel free to contact me if you need help.
  36.  
  37. K.B. Williams
  38. Kbwms@aol.com
  39.